This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Tony Ekwekonyjip 17.Dec.03 06:00 PM a Web browser Applications DevelopmentAll ReleasesWindows 2000
I have been absolutely punishing myself with the task of trying to figure this one out and I haven't, as of yet, done so.
Here's my problem..... BTW: It's Notes Client only.
I have a frameset that contains three panes and looks like this....
Because of the way this forum posts, I had to use funky characters or else it TRIMmed all my spaces out. It looks better if you copy/paste it into notepad and replace all "_" with " ".
Basically, when a user clicks a name in the navFrame (which is a notes view), the document from the navFrame is opened up in the mainContentFrame, using a different form with an embedded view, to show more details about the name1 document. If the user then clicks one of the docs in the embedded view, it opens in the detailsFrame.
This all works well, except for a couple problems.
First, I would like to automatically load the first document (from navFrame) into mainContentFrame when the user opens the frameset because currently, the mainContentFrame and detailsFrame are blank when the frameset is opened.
Second, If a user follows the expected path, they will click a name in navFrame, then click one of the docs in the embedded view in mainContentFrame, and that will show them details in detailsFrame. If the next step they take is to click a DIFFERENT name in navFrame, mainContentFrame loads properly, but detailsFrame still contains the details that were loaded in the previous step that were only relevant when name1 was clicked in navFrame.
I would REALLY appreciate any help as I'm really stuck on this.
so far, I've tried the postOpen event of a view, trying to use NotesUiView.SelectDocument, but it's not the same as clicking the document I guess, so that didn't work.
I've also tried to change the view open property from "go to last document" to "go to top row". That didn't work either.